home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Gamer UK 128
/
CD_Gamer_Issue_128_Disc_1_PCGA1281103_November_2003.iso
/
demo.dxr
/
00132_readme 20.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-09-15
|
295 b
|
14 lines
on mouseEnter me
set the member of sprite the currentSpriteNum to member("readmehigh")
cursor(280)
end
on mouseLeave me
set the member of sprite the currentSpriteNum to member("readme")
cursor(-1)
end
on mouseUp
open(the moviePath & "games\ut\readme", "hd:\windows\notepad.exe")
end